html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Arial;
    overflow-x: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3, h4, h5 {
    margin: 0;
}

a:active,
a:hover {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.body-content,
.inset-content,
.full-content,
.cross-content {
    position: relative;
}


.body-content {
    max-width: 1750px;
    margin: 0 auto;
}
.inset-content {
    max-width: 1400px;
    margin: 0 auto;
}



.clear:after {
    clear: both;
    display: block;
    content: "";
}

.t-center {
    text-align: center;
}


.col-2 .item {
    width: 50%;
}

.col-3 .col-3-item {
    width: 33.3333%;
}

.col-4 {
    margin-right: -30px;
}

.col-4 .col-4-item {
    width: 25%;
}

.col-4 .col-4-content {
    margin-right: 30px;
    margin-top: 30px;
}

.scrollReveal {
    visibility: hidden;
}

